Uses of Class
nz.co.cks.tms.xml.ResponseReport

Packages that use ResponseReport
nz.co.cks.tms.xml   
XmlCommunication   
 

Uses of ResponseReport in nz.co.cks.tms.xml
 

Fields in nz.co.cks.tms.xml declared as ResponseReport
private  ResponseReport ResponseBlkType._responseReport
          Field _responseReport
 

Methods in nz.co.cks.tms.xml that return ResponseReport
static ResponseReport ResponseReport.unmarshal(java.io.Reader reader)
          Method unmarshal
 ResponseReport ResponseBlkType.getResponseReport()
          Method getResponseReportReturns the value of field 'responseReport'.
 

Methods in nz.co.cks.tms.xml with parameters of type ResponseReport
 void ResponseBlkType.setResponseReport(ResponseReport responseReport)
          Method setResponseReportSets the value of field 'responseReport'.
 

Uses of ResponseReport in XmlCommunication
 

Fields in XmlCommunication declared as ResponseReport
private static ResponseReport XmlUnmarshal.rr
           
 

Methods in XmlCommunication with parameters of type ResponseReport
static java.lang.String XmlUnmarshal.responseReport(ResponseReport rr)